projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e2247
)
(executable-find): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Jul 1996 19:49:45 +0000
(19:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Jul 1996 19:49:45 +0000
(19:49 +0000)
lisp/progmodes/executable.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/executable.el
b/lisp/progmodes/executable.el
index 1a330e073bc32010d5979e9dd2dd547c02c43205..27dd1799f01a49384cd2b36e85157b9956ceb1cb 100644
(file)
--- a/
lisp/progmodes/executable.el
+++ b/
lisp/progmodes/executable.el
@@
-120,7
+120,7
@@
See `compilation-error-regexp-alist'.")
;; The C function openp slightly modified would do the trick fine
(defun executable-find (command)
"Search for COMMAND in exec-path and return the absolute file name.
-Return nil if COMMAND is not found anywhere in
exec-path
."
+Return nil if COMMAND is not found anywhere in
`exec-path'
."
(let ((list exec-path)
file)
(while list